golang.org/x/tools/txtar.openFile.offset (field)

7 uses

	golang.org/x/tools/txtar (current package)
		fs.go#L184: 	offset int64
		fs.go#L192: 	if f.offset >= int64(len(f.data)) {
		fs.go#L195: 	if f.offset < 0 {
		fs.go#L198: 	n := copy(b, f.data[f.offset:])
		fs.go#L199: 	f.offset += int64(n)
		fs.go#L208: 		offset += f.offset
		fs.go#L215: 	f.offset = offset